home *** CD-ROM | disk | FTP | other *** search
- ;In this file are all standard-texts which can be sent with AMIGA+"-"
- ;and key "A"-"Z".
- ;The texts C, I, N, P and Q are used by the program.
- ;You can use the following macros:
- ;
- ; %b AmiCom searches in file "greetings.ac" for an personal greeting
- ; %c Call of the connected station
- ; %d Date
- ; %m Your own call (MYCALL)
- ; %n Name of the connected station. If unknown, AmiCom uses %c.
- ; %p Channel-number
- ; %v Version-number of AmiCom
- ; %z Time
- ; %? If the name of the connected station is unknown, AmiCom sends the
- ; following line. If the name is known (in "names.ac"), this line
- ; would not be sent like an comment (;).
- ; %% The character "%"
- ;
- ;Connect-text:
- #C
- Hallo %n, willkommen auf Kanal %p an meiner Station.
- %?Tragen Sie bitte ihren Namen mit '//N <Name>' im Programm ein.
- %b
- AmiCom %v:%c de %m>
- ;Info-text, would be sent with "//I":
- #I
- Kein Infotext geladen.
- ;News, would be sent with "//NEWS":
- #N
- Keine Neuigkeiten.
- ;Prompt:
- #P
- %c de %m>
- ;Quit-text, would be sent with "//Q":
- #Q
- Danke fuer das nette QSO, %n, bis zum Naechstenmal.
- Die Verbindung wird getrennt am %d um %z.
- #
-
-